Welcome![Sign In][Sign Up]
Location:
Search - web socket

Search list

[Internet-NetworkWeb.Application.socket.code

Description: Web应用开发socket设计高级代码Advanced Web Application Development socket design code -Advanced Web Application Development socket design code
Platform: | Size: 1597440 | Author: muu | Hits:

[Internet-NetworkLiang_Network_programming_2-5

Description: 这是梁伟《Visual C++网络编程经典案例详解》随书源码(2-5章)。包括的程序有:Socket套接字编程、多线程编程、异步套接字编程、FTP浏览器、网页浏览器。原书所有的源代码文件太大了,只能分成3个资源了。-This is Liang " Visual C++ Network Programming Detailed classic case of" source code with the book (chapters 2-5). The procedures include: Socket socket programming, multithreaded programming, asynchronous socket programming, FTP browser, web browser. All the original source code file is too large, and can only be divided into three resources.
Platform: | Size: 33850368 | Author: | Hits:

[Linux-UnixWeb-Crawlers

Description: 有纯C写的Linux下网络爬虫程序,有助于学校htttp协议和套接字应用。-With pure C write Linux next web crawlers procedures, help the school HTTTP agreement and socket applications.
Platform: | Size: 6144 | Author: 徐崇 | Hits:

[Internet-Networkmhttpsrv_demo

Description: Web服务器,Socket编程、多线程工作,上传的是VC工作,对要了解Web服务器工作的同学可以作为参考-Web server, Socket programming, multithreading work, uploading the VC work on the Web server to understand the work of students can serve as a reference
Platform: | Size: 2153472 | Author: aspirin | Hits:

[Internet-Networksocket

Description: 用vb编写的winsock通讯示例,包含网页与桌面程序之间的通讯-Vb winsock communication with written examples of web and desktop applications including communication between
Platform: | Size: 186368 | Author: NVH | Hits:

[Internet-NetworkSocket-tcp-udp

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Knowledge of the network, the network procedures for the preparation, Socket is connected applications and the bridge network driver, Socket created in the application, through a relationship with the driver bind. Since then, the application data sent to Socket, the Socket to the driver sent to the network. Received from the network computer with the Socket bound to IP+ Port-related data, by the driver to the Socket, Socket applications can be extracted from the received data. This web application is sending data through the socket and receiving. TCP and UDP and the preparation process works, how to link library file in the program. A character interface chat program.
Platform: | Size: 53248 | Author: huaminggong | Hits:

[WEB CodeSAchat-v1.0.2

Description: AJAX Chat is a fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, PunBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance
Platform: | Size: 33792 | Author: Chicx | Hits:

[JSP/JavaSocket-Create-WEBService

Description: 使用Socket创建一个WEB服务器,本程序是多线程系统以提高反应速度-Create a WEB server using the Socket, this program is multi-threaded system to improve the response speed
Platform: | Size: 20480 | Author: 郭兴旺 | Hits:

[Linux-Unixunix-cs-socket

Description: 在Unix/Linux环境下,用Client/Server结构实现;支持多个客户之间的相互交流(公聊,用户名); 工作方式: 服务器程序先在后台运行; 客户端程序通过“网址+端口号”连接到服务器,并根据提示输入用户名(不需验证); -On Unix/Linux environment, using Client/Server architecture to achieve support interaction between multiple customers (the public chat, user name) work: first, the server program running in the background client through the " Web+ port " Connect to the server, and follow the prompts to enter a user name (without verification)
Platform: | Size: 2048 | Author: nick | Hits:

[JSP/JavaSOCKET

Description: 一个Unix域套接字(进程间通信插座)是一个数据通信端点在同一主机操作系统执行的进程之间的数据交换 -SOCKET Communicate,Socket (software), a web-based sales quoting software application by Deversus Software Inc
Platform: | Size: 5120 | Author: 刘东 | Hits:

[JSP/Javawebsocketserver

Description: 我自己写的一个HTML5中的websocket服务端,希望对正在研究Websocket的朋友有所帮助。-I wrote a meta websocket of the service, and hopes to study is websocket friends help.
Platform: | Size: 683008 | Author: 倪磊 | Hits:

[Web Serverweb-sever

Description: 用Java实现Web服务器 实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字- a basic Web Server written in java
Platform: | Size: 361472 | Author: fannie | Hits:

[Internet-NetworkTailorWebSocketServlet

Description: Websocket实例 实时通信 web前端-Web socket example
Platform: | Size: 1024 | Author: 李卓 | Hits:

[Internet-NetworkCSharp-Socket

Description: C#网络程序开发-Socket篇新手的启蒙者,对于初学Socket的同学会有很好的帮助。-C# web application develop-Socket, novice enlightening
Platform: | Size: 176128 | Author: 李野 | Hits:

[Internet-Networksocket

Description: 关于socket的编程,有助于web编程到提高。-About socket programming to help improve web programming.
Platform: | Size: 186368 | Author: enya | Hits:

[Ftp Clientweb-program--socket-

Description: FTP客户端程序,使用CWinInet类实现网络编程中的Socket编程-FTP client program that uses CWinInet class Socket Programming Network Programming
Platform: | Size: 44032 | Author: BOSS | Hits:

[CSharpSOCKET

Description: C#一个简单的SOCKET+多线程的 网络聊天工具!-C# a simple SOCKET+ multi-threaded web chat!
Platform: | Size: 248832 | Author: leoleo | Hits:

[Software Engineeringweb-communication-system

Description: 本程序由java语言开发,运用套接字技术,为c/s架构。适合新手使用。-The program developed by java language, the use of socket technology for the c/s architecture. Suitable for novice users.
Platform: | Size: 33792 | Author: 王欣 | Hits:

[Software Engineeringweb(2012)

Description: 网络方面的专业方向课程设计要求及代码. 实验一 SOCKET编程 实验二 HTML与XML应用 实验三 基于JXTA的P2P程序设计 实验四 基于.NET的Web Service程序设计 实验五 WCF Service程序设计 实验六 Google AppEngine程序设计 实验七 Hadoop的安装与配置 -Network professional direction curriculum design requirements and code. Experimental SOCKET programming experiment two HTML and XML application experiments JXTA-based P2P program design experiment four based on NET Web Service programming experiment five WCF Service program design experiments six Google AppEngine program design experiments seven Hadoop installation and configuration
Platform: | Size: 1071104 | Author: charming | Hits:

[Internet-Networkweb

Description: linux下网络编程,web服务器程序,可以将自己程序目录作为网站服务器根目录使用即可-linux web serverce socket
Platform: | Size: 26624 | Author: 毛慧敏 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 18 »

CodeBus www.codebus.net